PDFFixedDocument Constructor(InputStream,String)
In This Topic
Initializes a new
PDFFixedDocument object from an
java.io.InputStream.
Syntax
public PDFFixedDocument(
java.io.InputStream ,
java.lang.String
)
|
Parameters
- stream
- Stream that contains PDF content.
- password
- Password required to open the PDF file.
See Also